/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    Inlet
    {
        type            patch;
        nFaces          11;
        startFace       29940;
    }
    Outlet
    {
        type            patch;
        nFaces          11;
        startFace       29951;
    }
    Walls
    {
        type            wall;
        nFaces          3040;
        startFace       29962;
    }
    FrontAndBack
    {
        type            empty;
        nFaces          32820;
        startFace       33002;
    }
)

// ************************************************************************* //
